Click or drag to resize

ContentType Constructor (String, String)

Initializes a new instance of the ContentType class.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ContentType(
	string type,
	string subtype
)

Parameters

type
Type: SystemString
The type.
subtype
Type: SystemString
The subtype.
See Also